CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Moving average filter

搜索资源列表

  1. 10种软件滤波方法的示例程序

    0下载:
  2. 限副滤波,中位值滤波法,3、算术平均滤波法,4、递推平均滤波法(又称滑动平均滤波法)-vice limited filtering, and the median value filter, 3, the arithmetic average filter, 4, the average recursive filtering method (also known as the moving average filter).
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5112
    • 提供者:李天华
  1. doc_filter_by_software_c_code_by_zhzzh18

    0下载:
  2. 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -1, limiting filtering method (also known as the filtering procedure judgment) 2, and the media
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1330
    • 提供者:许海洋
  1. 软件滤波算法

    2下载:
  2. 十种软件滤波算法 限副滤波 中位值滤波法 算术平均滤波法 递推平均滤波法(又称滑动平均滤波法)中位值平均滤波法(又称防脉冲干扰平均滤波法) -filtering software filtering algorithm limits Vice median filtering method arithmetic average recursive filtering average filtering method (also known as the moving average filter
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2867
    • 提供者:汤瑞
  1. Filtering_Digital_MUC

    0下载:
  2. 单片机数字滤波的十种方法:1、限幅滤波法(又称程序判断滤波法)2、中位值滤波法3、算术平均滤波法4、递推平均滤波法(又称滑动平均滤波法)5、中位值平均滤波法(又称防脉冲干扰平均滤波法)6、限幅平均滤波法7、一阶滞后滤波法8、加权递推平均滤波法9、消抖滤波法10、限幅消抖滤波法-SCM digital filtering of the 10 : 1, limiting filter (also known as the judgment filtering procedures) 2. the m
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:282019
    • 提供者:Jawen
  1. dfilter

    0下载:
  2. 用c语言实现的数字滤波的滑动平均法和低通滤波法-with C Language of the moving average filter and low-pass filter
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24709
    • 提供者:z
  1. kalman.rar

    0下载:
  2. 卡尔曼滤波程序,两变量滤波;正弦信号跟踪;卡尔曼差分到状态方程的转换;卡尔曼同滑动平均比较,Kalman filtering process, the two variable filter sinusoidal signal tracking Kalman differential equation of state of the conversion Kalman compared with moving average
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4970
    • 提供者:姚赛金
  1. DigitalFilterCprogram

    0下载:
  2. 在许多的数据采集系统中,现场的强电设备较多,不可避免 地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样 的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波 时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。 这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这 就是防脉冲干扰平均值滤波法的原理。-In many data acquisition system, the strong electrical equipment at the
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:4316
    • 提供者:倪晨
  1. linear

    1下载:
  2. - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filteri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1668
    • 提供者:張治國
  1. SCMintherealizationoffilteringalgorithm

    0下载:
  2. //在单片机系统中常用的滤波算法 (1)程序判断法(2)中值滤波法 (3)算术平均滤波法 (4)加权平均滤波法(5)滑动平均滤波法 (6)低通滤波法(7)中位值平均滤波 -//In the single-chip microcomputer system used in the filtering algorithm [1] procedures to determine law [2] Median Filter Method [3] arithmetic mean
  3. 所属分类:Document

    • 发布日期:2017-03-21
    • 文件大小:1288
    • 提供者:田亮
  1. movavg

    0下载:
  2. A moving average filter averages a number of input samples and produce a single output sample. This averaging action removes the high frequency components present in the signal. Moving average filters are normally used as low pass filters. In recursi
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-29
    • 文件大小:19596
    • 提供者:ibraheem Ali
  1. MovingAverageFilter

    1下载:
  2. This zip file contains the moving average filter code written in verilog HDL
  3. 所属分类:VHDL编程

    • 发布日期:2013-05-27
    • 文件大小:1148361
    • 提供者:Jagan
  1. FIRlvboqi

    0下载:
  2. FIR 滤波器也称为有限冲击响应滤波器,它用当前和过去输入样值的加权和来形成它的输出, 如下所的前馈差分方程所描述的。 FIR 滤波器又称为移动均值滤波器, 因为任何时间点的输出均依赖于包含有最新的 M个输入样值的一个窗。由于它的响应只依赖于有限个输入, FIR 滤波器对一个离散事件冲激有一个有限长非零响应, 即一个 M阶 FIR 滤波器对一个冲激的响应在 M个时钟周期之后为零。 -FIR filter, also known as finite impulse response
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1266893
    • 提供者:刘奋皇
  1. data_avg

    0下载:
  2. averaging filter moving average filter
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:340217
    • 提供者:surajit
  1. moving

    0下载:
  2. moving average filter matlab implementation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13957
    • 提供者:ali
  1. LABEX2

    0下载:
  2. Program P2_1 Simulation of an M-point Moving Average Filter Program P2_2 Generate a sinusoidal input signal Program P2_3 Generate the input sequences
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1247
    • 提供者:raha
  1. moving

    0下载:
  2. moving average filter using widey as low filter in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:834
    • 提供者:quan
  1. filter

    0下载:
  2. 常用滤波算法:程序判断法,中值滤波法,算术平均滤波法,加权平均滤波法,滑动平均滤波法,低通滤波法,中位值平均滤波-Common filtering algorithm: program to determine, median filtering, arithmetic mean filtering method, the weighted average filter, moving average filter, low-pass filtering, median average filt
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:934
    • 提供者:sun.z.b
  1. Moving-Average-Filter

    0下载:
  2. Moving average filter used on ECG signals. MA(3), MA(10) and a comparison of the two included.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:290993
    • 提供者:sndn_shr
  1. moving-average

    0下载:
  2. Moving average code as a filter to smooth the graph in matlab
  3. 所属分类:matlab

    • 发布日期:2016-06-05
    • 文件大小:1024
    • 提供者:mehdi
  1. Chapter 15:Moving Average Filters

    0下载:
  2. 数字信号处理技术之移动平均滤波器的设计(The Scientist and Engineer's Guide to Digital Signal Processing)(Digital signal processing technology, mobile average filter)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:149504
    • 提供者:flyskar
« 12 3 »
搜珍网 www.dssz.com